Login and get codingHere is another fun regex exercise for you: it's easy to split text by newline using
splitlines
. Now try to split text by sentence.Yes libraries like
nltk
makes this easy, but in this Bite you will do it with pure standard library and probably some regex.We even learned a regex construct we had not used before. (Hint or maybe not. Maybe you know other ways to solve it!)
Keep calm and code in Python!
113 out of 114 users completed this Bite.
Will you be the 114th person to crack this Bite?
Resolution time: ~53 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 4.86 on a 1-10 difficulty scale.
» Up for a challenge? 💪